This folder contains the source code for NewsWatcher. I use Metrowerks CodeWarrior.
Please note that both NewsWatcher and NewsWatcher's source code are copyright by Northwestern University. You may not use either of them for profit without permission.
NewsWatcher.68k.µ: The 68K project file.
NewsWatcher.68k.µ.rsrc: NewsWatcher's resources.
NewsWatcher.ppc.µ: The PowerPC project file.
NewsWatcher.ppc.µ.rsrc: An alias to NewsWatcher.68k.µ.rsrc.
Source: The C source code files.
ldefstub.µ: The 68K project file for the LDEF id=128 resource.
For an overview of NewsWatcher's module structure, see the "readme.c" source code file.
NewsWatcher uses both MacTCP and the Drag Manager. Copy all the MacTCP header files and drag.h from your CodeWarrior CD into your Universal Headers folder. Also copy DragLib into your MacOS PPC libraries folder.
Warning: Do not use the MacTCP dnr.c file on the CodeWarrior CD. I've included a modified version which actually works in the NewsWatcher source folder.